home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17305 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  780 b 

  1. Path: ix.netcom.com!news
  2. From: <>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: ld: cannot open -lg++: No such file or directory
  5. Date: 14 Apr 1996 21:11:28 GMT
  6. Organization: Netcom
  7. Message-ID: <4krpm0$ul@dfw-ixnews5.ix.netcom.com>
  8. NNTP-Posting-Host: gra-mi1-20.ix.netcom.com
  9. X-NETCOM-Date: Sun Apr 14  4:11:28 PM CDT 1996
  10.  
  11. hopkins@cadesm55.eng.utah.edu (Daniel Hopkins) writes:
  12. > I can't compile anything with g++, I get the error:
  13. >     cannot open -lg++: No such file or directory
  14. > What gives, does anyone know what Is missing or what could be wrong??
  15. > PS. This is on RedHat 3.0.3
  16. > gcc works fine .........
  17.  
  18. To use g++ you must also download and compile libg++ which should be
  19. available by ftp from wherever you obtained gcc, for example one site
  20. is prep.ai.mit.edu:/pub/gnu
  21.  
  22.